home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 492 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  47 lines

  1. 9 Jan 1996 16:17:18 +0200 Petri Nordlund wrote
  2.  
  3. > Oliver Fels <Oliver@stanley.zebra.fh-weingarten.de> wrote:
  4. > >I am actually using the symbolic arithmetical package MapleV.
  5. > >iUnfortunately the Plot3D module doesn┤t open a screen and does not
  6. > >return back to Maple, if Executive is running. Result: Maple hangs. (
  7. > >Execute is definitely responsible). Setting all Maple task schedule
  8. > >settings to IGNORE did not work. Any ideas ?
  9. > Hi, I'm the author of Executive.
  10. > Maple normally runs at priority 0, if you don't change its priority
  11. > before or after you start it. Maple starts a task called "MaplePlot3D"
  12. > and gives it priority -24. Maple expects that the priority of the
  13. > plot-task is lower than the main task. Programs really shouldn't be
  14. > written this way, there's absolutely no need to do so.
  15. That┤s what I expected...
  16. > [...]
  17. > What you need to do is to keep the Maple main task's priority at 0, the
  18. > plot-task can be scheduled. Just go to ExecutivePrefs's Tasks- section,
  19. > click the New-button, type "MapleV" into the Name-gadget and hit Ok two
  20. > times. Save the prefs and restart Executive. That's it.
  21. WopBopaLooBopAlopBamBoom... Yabadabadooo !!! It works !!
  22. Can┤t believe it... 8-)
  23. Amazing !!
  24. > The IGNORE-option in Executive shouldn't be used for anything. It tells
  25. > Executive to completely ignore a task. IGNORE is reserved for one
  26. > special case: The SAS/C Codeprobe (CPR) debugger creates a task called
  27. > "VISOR input processor". This task is created normally with
  28. > exec.library's AddTask() function, but it's not removed using RemTask().
  29. > Needless to say, this is not very system friendly. Executive will
  30. > automatically ignore this task. So as I said, don't use IGNORE for
  31. > anything, use NOSCHEDULE instead.
  32. As I thought, i imagined Maple being not so system conform, so the problem could
  33. have been the same as with the SAS debugger, so it was worth the try.
  34.  
  35. Anyway, I unfortunately have to say, that I have not already registered
  36. Executive :-; Shame on me.
  37. I┤ll do it whenever I have the time and money ( after exams ).
  38. Promised ;)
  39. Great piece of soft.
  40.  
  41. Oliver
  42.  
  43.